home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
p4
/
p4-1_2b.lha
/
p4-1.2b
/
messages_f
/
slave_main.f
< prev
next >
Wrap
Text File
|
1993-02-05
|
119b
|
10 lines
program master
include 'p4f.h'
call p4init()
call fslave()
call p4cleanup()
end